projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e4e9b
)
Tidy error message.
author
Ewan Mellor
<ewan@xensource.com>
Sat, 9 Dec 2006 19:24:46 +0000
(19:24 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Sat, 9 Dec 2006 19:24:46 +0000
(19:24 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index e7ef22b154e04209e1af219c857b01382d146aab..8653279bd866e5face7eb78bc8d46af5c403e9ec 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-1741,7
+1741,7
@@
class XendDomainInfo:
raise VmError("VM name '%s' already exists%s" %
(name,
dom.domid is not None and
- ("as domain %s" % str(dom.domid)) or ""))
+ ("
as domain %s" % str(dom.domid)) or ""))
def update(self, info = None, refresh = True):